PATHMac OS 8 and 9 Developer Documentation > Networking and Communications > URL Access Manager >

Transferring Files With the URL Access Manager


URLIdle

Gives the URL Access Manager time to refill its buffers.

OSStatus URLIdle (void);
function result
A result code. For a list of possible result codes, see Result Codes .

DISCUSSION

The URLIdle function gives the URL Access Manager time to refill its buffers during download operations. Your application must call URLIdle from its main event loop if it calls URLOpen and URLGetBuffer to download data from a URL.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)